ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / Matrix4x4 Constructor / Matrix4x4 Constructor(Single[])
The values to assign to the components of the matrix. This must be an array with sixteen elements.

In This Topic
    Matrix4x4 Constructor(Single[])
    In This Topic
    Initializes a new instance of the Matrix4x4 struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal values() As System.Single _
    )
    public Matrix4x4( 
       System.float[] values
    )

    Parameters

    values
    The values to assign to the components of the matrix. This must be an array with sixteen elements.
    Exceptions
    ExceptionDescription
    Thrown when values is null.
    Thrown when values contains more or less than sixteen elements.
    See Also